home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(getProperty("Attachement", _Y) < getProperty("AttHaut", _Y) + 10)
- {
- setProperty("Attachement", _Y, getProperty("Attachement", _Y) + 10);
- }
- else
- {
- setProperty("Attachement", _Y, getProperty("AttHaut", _Y));
- }
- tellTarget("../FlechesRoue")
- {
- gotoAndStop("Up");
- }
- set("/Variables:ScrollMail",10);
- tellTarget("ScrollAttachement")
- {
- play();
- }
- tellTarget("../RoueScroll")
- {
- play();
- }
- }
-